home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Simulation
/
PDP-8 Simulator
/
Source Code
/
Assembler
/
CodeHelp.proto.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-09-13
|
322 b
|
12 lines
|
[
TEXT/KAHL
]
/* CodeHelp.c */
opcode getOpcode(char *);
void makeMemoryInstruction(opcode, rBlock, pHandle);
addressType evaluateAddress(pHandle, char *);
wordType evaluateValue(pHandle, char *);
wordType evaluatePart(pHandle, char *);
wordType htoi(char *);
wordType otoi(char *);
short thisPage(pHandle);
short pageOf(addressType);